home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / httpd_1.5.export / support / README < prev    next >
Encoding:
Text File  |  1995-11-10  |  1.1 KB  |  33 lines

  1. ========================================================================
  2. NCSA HTTPd Server 1.5
  3.  
  4. Copyright (c) 1995 Board of Trustees, University of Illinois
  5. http://hoohoo.ncsa.uiuc.edu/
  6. ========================================================================
  7.   
  8. The support directory contains various programs which support
  9. various aspects of server configuration and usage.
  10.  
  11. The auth sub-directory contains various scripts for use with PEM/PGP
  12. authorization and encryption.
  13.  
  14. htpasswd creates a standard flat file password file for use in Basic
  15. Authentication
  16.  
  17. dbmpasswd creates  DBM password file(s) for use with Basic Auth
  18.  
  19. dbmgroup creates  DBM group file(s) for use with require group access
  20.  
  21. htdigest creates a flat file password file for use with MD5 digest auth
  22.  
  23. dbmdigest creates DBM password file(s) for use with MD5 digest auth
  24.  
  25. std2dbm takes a standard flat file .htpasswd file and converts it to DBM 
  26. file(s)
  27.  
  28. dbm2std takes DBM file(s) and converts to a flat file
  29.  
  30. inc2shtml takes old style INCSRV and converts them to new SSI html
  31.  
  32. unescape converts an escaped URL to standard URL
  33.